PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocument Class / load Method / load(String,String) Method
Path to source PDF file
Password for decrypting the PDF file
In This Topic
    load(String,String) Method
    In This Topic
    Loads a PDF file and returns either a fixed document or a portfolio depending on the PDF file type.
    Syntax
    public static PDFDocument load( 
       java.lang.String fileName,
       java.lang.String password
    )

    Parameters

    fileName
    Path to source PDF file
    password
    Password for decrypting the PDF file

    Return Value

    See Also